DAOS-18834 cart: Add bulk, rpc and corpc metrics (#18037)#18271
DAOS-18834 cart: Add bulk, rpc and corpc metrics (#18037)#18271frostedcmos wants to merge 1 commit into
Conversation
- Refactored how per-context metrics are stored: crt_internal_types.h now has a list of metrics and provides helper macros for manipulating them - Added metrics for: rpc send,receive,completed,reply,failures corpc initiate,complete,failures, bulk create,destroy,bind,failures - Old metrics converted to new format - Update telemetry_utils.py with new metrics Signed-off-by: Alexander A Oganezov <alexander.oganezov@hpe.com>
daltonbohning
left a comment
There was a problem hiding this comment.
ftest changes LGTM
|
Test stage Build on EL 9 completed with status FAILURE. https://jenkins-3.daos.hpc.amslabs.hpecorp.net//job/daos-stack/job/daos/view/change-requests/job/PR-18271/1/execution/node/277/log |
|
Test stage Build on EL 8 completed with status FAILURE. https://jenkins-3.daos.hpc.amslabs.hpecorp.net//job/daos-stack/job/daos/view/change-requests/job/PR-18271/1/execution/node/314/log |
|
Test stage Build on Leap 15 completed with status FAILURE. https://jenkins-3.daos.hpc.amslabs.hpecorp.net//job/daos-stack/job/daos/view/change-requests/job/PR-18271/1/execution/node/349/log |
|
Ticket title is 'cart: add rpc, corpc and bulk counters' |
|
Awaiting first merge/landing of @soumagne 's bulk addref patch |
Refactored how per-context metrics are stored: crt_internal_types.h now has a list of metrics and provides helper macros for manipulating them
Added metrics for: rpc send,receive,completed,reply,failures corpc initiate,complete,failures, bulk create,destroy,bind,failures
Old metrics converted to new format
Update telemetry_utils.py with new metrics
Steps for the author:
After all prior steps are complete: